Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump eslint-config-appium-ts #1038

Merged
merged 1 commit into from
Jan 8, 2025
Merged

chore: bump eslint-config-appium-ts #1038

merged 1 commit into from
Jan 8, 2025

Conversation

KazuCocoa
Copy link
Member

No description provided.

@KazuCocoa KazuCocoa marked this pull request as ready for review January 8, 2025 17:15
@KazuCocoa KazuCocoa merged commit 7873f54 into master Jan 8, 2025
11 checks passed
@KazuCocoa KazuCocoa deleted the lint branch January 8, 2025 21:48
github-actions bot pushed a commit that referenced this pull request Jan 8, 2025
## [3.5.3](v3.5.2...v3.5.3) (2025-01-08)

### Miscellaneous Chores

* bump eslint-config-appium-ts ([#1038](#1038)) ([7873f54](7873f54))
Copy link

github-actions bot commented Jan 8, 2025

🎉 This PR is included in version 3.5.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -27,7 +27,7 @@ describe('clipboard', function () {
const text = await driver.getClipboard('PLAINTEXT');
try {
text.should.eql('SGVsbG8=');
} catch (AssertionError) {
} catch (AssertionError) { // eslint-disable-line @typescript-eslint/no-unused-vars
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think catching exception by class like here won't work. we need to explicitly call isinstance

@KazuCocoa KazuCocoa mentioned this pull request Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants